• Oracle tkprof utility : How to generate and and read

    Updated: 2024-09-30 17:53:09
    We saw how to enable trace in Oracle in an earlier post. The trace files obtained from the method are in raw  form which can be converted into a more readable format using the tkprof utility  in Oracle (Transient Kernel PROFile  utility) tkprof utility in Oracle The syntax is given below tkprofUsage: tkprof tracefile outputfile … Oracle tkprof utility : How to generate and and read Read More » The post Oracle tkprof utility : How to generate and and read appeared first on Techgoeasy.

  • Oracle 23c/23ai Database New Features

    Updated: 2024-09-30 17:53:09
    Oracle 23c is the latest Release of the Oracle Database. This is also a Long term release. It is also called Oracle 23ai given the focus on AI in it. Oracle has introduced a lot of new features in it. Here are the Top Features Augmenting a new generation of AI models Asking questions naturally … Oracle 23c/23ai Database New Features Read More » The post Oracle 23c/23ai Database New Features appeared first on Techgoeasy.

  • How to generate tkprof in EBS in 19c

    Updated: 2024-09-30 17:53:09
    EBS R12 is supported in Multitenant mode for Oracle Database 19c. If you try to generate a tkprof to report explain plan generation on the Database, you will receive errors for the Invalid username /password in the trace file generated tkprof test.trc test.txt sys=no explain=apps/apps sort=prsela,exeela,fchela The reason for this is that the apps is … How to generate tkprof in EBS in 19c Read More » The post How to generate tkprof in EBS in 19c appeared first on Techgoeasy.

  • How the histograms are generated in EBS

    Updated: 2024-09-30 17:53:09
    How the histograms are generated in EBS Oracle product team decides about the column where histograms are needed and those columns are inserted into the table FND_HISTOGRAM_COLS. FND_STATS collects histogram information if a column is listed in FND_HISTOGRAM_COLS. we should not use DBMS_STATS to gather stats in the EBS database as then it will create … How the histograms are generated in EBS Read More » The post How the histograms are generated in EBS appeared first on Techgoeasy.

  • Boosting Database Development Efficiency Using AI SQL Code Generators

    Updated: 2024-09-30 17:51:30
    Database development has become more complex over the years due to the introduction of new data and storage formats by big data. This along with modern applications that often depend on multiple databases and APIs, plus newer data analytics and data science needs have raised the bar for database infrastructure skills.” Fortunately, AI SQL code...… The post Boosting Database Development Efficiency Using AI SQL Code Generators appeared first on Simple Talk.

  • AWS Services Using SQL for Big Data Analysis

    Updated: 2024-09-30 17:51:30
    SQL’s ability to manipulate data makes it relevant for people creating tools for data analysis. Analysts can create specific and customized queries to extract essential data subsets, making it easier to begin exploring and comprehending the dataset. Additionally, it is important in data transformation because it offers a variety of tools for standardizing, cleaning, and...… The post AWS Services Using SQL for Big Data Analysis appeared first on Simple Talk.

  • Debugging DAX with DAX Query View

    Updated: 2024-09-30 17:51:30
    DAX Query View was created some time ago and it was a great tool to run DAX inside Power BI environment. However, testing a measure in DAX Query View may not be something so obvious. While the measure in a report obeys to the filter context and most of times results in a single value,...… The post Debugging DAX with DAX Query View appeared first on Simple Talk.

  • Power BI in One Hour

    Updated: 2024-09-30 17:50:58
    In this article, learn how to build a Power BI report from start to finish with a real-life example using COVID-related data.

  • SQL Server Reporting Services Security

    Updated: 2024-09-30 17:50:58
    This article examines SQL Server Reporting Services security and what you should know from the Configuration, Web Service, Folder, and Report Level.

  • Power BI Quick Reference Guide

    Updated: 2024-09-30 17:50:58
    Check out this structured reference guide to just about anything you want to know about Power BI and Power BI report development.

  • What Job Seekers Should Know about AI and Virtual Recruiters

    Updated: 2024-09-30 17:50:58
    Learn some tips and tricks when working with AI/virtual recruiters during the recruitment process and things you should know.

  • Query Microsoft Fabric GraphQL API from an External App

    Updated: 2024-09-30 17:50:58
    This tip covers executing a Microsoft Fabric query using GraphQL API from an external application, introducing opportunities for data sharing, and exposing data through custom code.

  • Implement Azure Database for MySQL Step-by-Step

    Updated: 2024-09-30 17:50:58
    Learn how to implement MySQL on the Azure platform in this step-by-step article using an Azure Database for MySQL flexible server deployment.

  • Auto Generate SQL Variable Syntax for Table Column Names

    Updated: 2024-09-30 17:50:58
    Check out this SQL Server stored procedure and function to auto-generate SQL variable coding syntax for many different programming languages.

  • Predictive Analysis and Descriptive Analysis with Azure Stream Analytics, Machine Learning and Power BI

    Updated: 2024-09-30 17:50:58
    In this article, we look at how to build an Azure streaming data collection and analysis process to analyze and predict stock prices.

  • What is Change Management and the SQL Server DBAs Role

    Updated: 2024-09-30 17:50:58
    This article will explain Change Management, how DBAs are involved and can benefit from implementing standard processes for all database changes.

  • Power BI Export to Excel

    Updated: 2024-09-30 17:50:58
    Learn how you can export millions of rows of data out of Power BI to either a CSV or Excel file.

  • Identify CPU Intensive SQL Server Queries from an Implicit Conversion

    Updated: 2024-09-30 17:50:58
    Learn how to use the SQL Server Query Store to find CPU-intensive queries and how you can use Query Store to resolve these issues.

  • Working with XML data in SQL Server

    Updated: 2024-09-30 17:50:58
    Working with XML and T-SQL could be a challenge if you do not know how to access the XML data. In this article, we look at what you need to know to work with XML data in SQL Server.

  • How to Design a Real-Time Streaming Platform with Azure

    Updated: 2024-09-30 17:50:58
    In this article, we look at how to design a real-time streaming platform that captures data as they are generated and stored in the necessary storage for decision-making.

  • API for GraphQL in Microsoft Fabric

    Updated: 2024-09-30 17:50:58
    Learn how to share data currently stored in a Microsoft Fabric warehouse using a GraphQL API along with the steps to set this up.

  • Azure Managed Instance Download and Restore SQL Server Backup

    Updated: 2024-09-30 17:50:58
    Create an SQL Server backup for an Azure Managed Instance that you can download and restore on another SQL Server instance.

  • Build an LLM Application using LangChain

    Updated: 2024-09-30 17:50:58
    In this tutorial, we will build an LLM application using LangChain to show you how to start implementing AI in your applications.

  • Text Cleaning and Preprocessing with Python for NLP Tasks

    Updated: 2024-09-30 17:50:58
    This tip introduces some basic text preprocessing and cleaning techniques with Python that can be used before feeding the data to a machine-learning model.

  • SQL Index Rebuild vs Reorganize Comparison

    Updated: 2024-09-30 17:50:58
    This tip covers the differences and similarities between SQL Server index rebuild and index reorganize operations.

  • Uncover SQL Server Missing Indexes

    Updated: 2024-09-30 17:50:58
    In this article, we look at a SQL Server Dynamic Management View (DMV) that helps find queries that trigger missing index recommendations.

  • Easy and Cost Effective way to Encrypt Every SQL Server Database

    Updated: 2024-09-30 17:50:58
    Learn why Becton Dickinson has selected DBDefence to protect their SQL Server data across numerous medical devices in a cost effective manner.

  • SQL Server Metadata for Stored Procedures, User-Defined Functions and Views

    Updated: 2024-09-30 17:50:58
    In this article, we look at using SQL Server metadata to better manage SQL code for things like stored procedures, user-defined functions, views, and more.

  • Combine Multiple Columns Performance Comparison - SQL UNPIVOT, UNION ALL vs CROSS APPLY

    Updated: 2024-09-30 17:50:58
    In this article, we combine multiple columns from an SQL Server table into one column using three different methods to see the most efficient approach.

Current Feed Items | Previous Months Items

Aug 2024 | Jul 2024 | Jun 2024 | May 2024 | Apr 2024 | Mar 2024